Forces.springForce

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector2 springForce(Vector2 anchor, Vector2 displacement, float springLength, float howMuch)
  2. Vector3 springForce(Vector3 anchor, Vector3 displacement, float springLength, float howMuch)
    struct Forces
    @nogc @safe nothrow static
    Vector3
    springForce
    (
    in Vector3 anchor
    ,
    in Vector3 displacement
    ,,
    float howMuch
    )

Meta